home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000129_news@columbia.edu _Thu Dec 14 13:42:04 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA11871
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 14 Dec 2000 13:42:03 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA01105
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 14 Dec 2000 13:42:03 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA05595
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 14 Dec 2000 13:36:01 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Kermit FTP client documentation
  14. Date: 14 Dec 2000 18:35:55 GMT
  15. Organization: Columbia University
  16. Message-ID: <91b3ub$5ep$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19.  
  20. C-Kermit 7.1 FTP client documentation is now available as a Web page, 
  21. with links, internal cross-references, etc, for extra user-friendliness:
  22.  
  23.   http://www.columbia.edu/kermit/ftpdoc.html
  24.  
  25. There's also a new tutorial on writing Kermit FTP scripts:
  26.  
  27.   http://www.columbia.edu/kermit/ftpscript.html
  28.  
  29. Next time you need to use FTP on UNIX and find yourself running into the
  30. usual gotchas ("oops I forgot to give a 'prompt' command") or roadblocks
  31. ("grrr, I wish this stupid program had xxxx...") (xxxx = command recall,
  32. filename completion, built-in help, context-sensitive help, automatic
  33. text/binary file switching, recursive directory-tree transfer, etc),
  34. try the C-Kermit client:
  35.  
  36.   http://www.columbia.edu/kermit/ck71.html
  37.  
  38. - Frank